Introduction

This notebook will try to predict BTC price through:

Parameter settings

Importing libraries

Importing the files

EDA (brief)

We can observe a spike in volume around end of Feb2021. Let's take a look.

After checking from a different source, the Volume for 2021-02-26 seems to be correct (USD 350.967.941.479). Looks like that day was crazy. https://coinmarketcap.com/historical/20210226/

Preprocessing the data

RNN

Build and fit

Validation

Predictions